home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / gepackte_disketten / 1994 / 08_94_5.dms / 08_94_5.adf / term-4.0-Source.lha / PreInclude.c < prev    next >
C/C++ Source or Header  |  1994-07-15  |  4KB  |  156 lines

  1. /*
  2. **    PreInclude.c
  3. **
  4. **    Definition file for precompiled header file
  5. **
  6. **    Copyright © 1990-1994 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10.     /* System includes (just a few). */
  11.  
  12. #include <intuition/intuitionbase.h>
  13. #include <datatypes/pictureclass.h>
  14. #include <libraries/commodities.h>
  15. #include <intuition/gadgetclass.h>
  16. #include <libraries/translator.h>
  17. #include <libraries/amigaguide.h>
  18. #include <intuition/imageclass.h>
  19. #include <workbench/workbench.h>
  20. #include <libraries/gadtools.h>
  21. #include <libraries/iffparse.h>
  22. #include <devices/inputevent.h>
  23. #include <graphics/gfxmacros.h>
  24. #include <devices/clipboard.h>
  25. #include <intuition/sghooks.h>
  26. #include <intuition/cghooks.h>
  27. #include <intuition/classes.h>
  28. #include <intuition/icclass.h>
  29. #include <libraries/locale.h>
  30. #include <devices/narrator.h>
  31. #include <graphics/gfxbase.h>
  32. #include <hardware/intbits.h>
  33. #include <hardware/dmabits.h>
  34. #include <hardware/custom.h>
  35. #include <graphics/rpattr.h>
  36. #include <devices/console.h>
  37. #include <devices/conunit.h>
  38. #include <dos/filehandler.h>
  39. #include <devices/serial.h>
  40. #include <graphics/scale.h>
  41. #include <dos/dosextens.h>
  42. #include <libraries/asl.h>
  43. #include <devices/audio.h>
  44. #include <devices/input.h>
  45. #include <devices/timer.h>
  46. #include <exec/execbase.h>
  47. #include <hardware/blit.h>
  48. #include <prefs/prefhdr.h>
  49. #include <prefs/serial.h>
  50. #include <hardware/cia.h>
  51. #include <utility/date.h>
  52. #include <exec/devices.h>
  53. #include <dos/datetime.h>
  54. #include <dos/doshunks.h>
  55. #include <clib/macros.h>
  56. #include <exec/memory.h>
  57. #include <exec/errors.h>
  58. #include <rexx/rxslib.h>
  59. #include <rexx/errors.h>
  60. #include <dos/dostags.h>
  61. #include <dos/rdargs.h>
  62. #include <dos/dosasl.h>
  63. #include <dos/var.h>
  64.  
  65.     /* Function prototypes. */
  66.  
  67. #include <clib/commodities_protos.h>
  68. #include <clib/translator_protos.h>
  69. #include <clib/rexxsyslib_protos.h>
  70. #include <clib/amigaguide_protos.h>
  71. #include <clib/intuition_protos.h>
  72. #include <clib/datatypes_protos.h>
  73. #include <clib/graphics_protos.h>
  74. #include <clib/gadtools_protos.h>
  75. #include <clib/iffparse_protos.h>
  76. #include <clib/diskfont_protos.h>
  77. #include <clib/console_protos.h>
  78. #include <clib/utility_protos.h>
  79. #include <clib/layers_protos.h>
  80. #include <clib/locale_protos.h>
  81. #include <clib/timer_protos.h>
  82. #include <clib/alib_protos.h>
  83. #include <clib/icon_protos.h>
  84. #include <clib/exec_protos.h>
  85. #include <clib/dos_protos.h>
  86. #include <clib/asl_protos.h>
  87. #include <clib/wb_protos.h>
  88.  
  89.     /* Include the following direct library interface definitions. */
  90.  
  91. #ifndef DEBUG
  92. #include <pragmas/console_pragmas.h>
  93. #include <pragmas/utility_pragmas.h>
  94. #include <pragmas/layers_pragmas.h>
  95. #include <pragmas/timer_pragmas.h>
  96. #include <pragmas/exec_pragmas.h>
  97. #endif    /* DEBUG */
  98.  
  99.     /* Standard `C' includes. */
  100.  
  101. #include <string.h>
  102. #include <stdarg.h>
  103. #include <stdlib.h>
  104. #include <stddef.h>
  105.  
  106.     /* We won't be needing this one. */
  107.  
  108. #undef SetWrMsk
  109.  
  110.     /* Include string IDs. */
  111.  
  112. #include "termStrings.h"
  113.  
  114.     /* Include the `term' extra definitions. */
  115.  
  116. #include "termExtras.h"
  117.  
  118.     /* Include the OwnDevUnit definitions. */
  119.  
  120. #include "OwnDevUnit.h"
  121.  
  122.     /* Include the XPR definitions. */
  123.  
  124. #include "xproto.h"
  125.  
  126.     /* Include the XEM definitions. */
  127.  
  128. #include "xem.h"
  129.  
  130.     /* Include the rendezvous interface definitions. */
  131.  
  132. #include "Rendezvous.h"
  133.  
  134.     /* If desired, include the global definitions and prototypes as well. */
  135.  
  136. #ifdef INCLUDEALL
  137. #include "termGlobal.h"
  138. #include "termARexxAttributes.h"
  139. #include "termARexxGlobal.h"
  140. #endif    /* INCLUDEALL */
  141.  
  142.     /* The user interface definitions. */
  143.  
  144. #include "gtlayout.h"
  145.  
  146.     /* DNet/ParaBIT support. */
  147.  
  148. /*#include "dnet/dnet.h"*/
  149. /*#include "lib/dnetlib.h"*/
  150.  
  151. /*#define PORT_TERM     0002*/
  152. /*#define PORT_SHELL     0005*/
  153. /*#define PORT_JUMPSTART    8207*/
  154. /*#define PORT_DOWNLOAD     8200*/
  155. /*#define PORT_UPLOAD     8205*/
  156.